isn't used and causes a compilation error with GCC 3.0 on
FreeBSD 4.3.
+2001-06-30 Gerd Moellmann <gerd@gnu.org>
+
+ * emacs.c (main): Remove extern declaration for sys_nerr, which
+ isn't used and causes a compilation error with GCC 3.0 on
+ FreeBSD 4.3.
+
2001-06-27 Gerd Moellmann <gerd@gnu.org>
* widget.c (EmacsFrameSetCharSize): Turn off atimers and block
int skip_args = 0;
#ifndef USE_CRT_DLL
extern int errno;
- extern int sys_nerr;
#endif
#ifdef HAVE_SETRLIMIT
struct rlimit rlim;